home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / cspelsrc.zip / RBW.BAT < prev    next >
DOS Batch File  |  1987-11-30  |  454b  |  11 lines

  1. echo off
  2. rem tcc -c -p -mh -nH:\cspella\objects\ -zCspella H:\cspella\dic\small 
  3. rem tcc -p -c -mh -nH:\cspella\objects\ -zCspella H:\cspella\dic\mid
  4. rem tcc -p -c -mh -nH:\cspella\objects\ -zCspella H:\cspella\dic\large
  5. rem tcc -p -c -mh -nH:\cspella\objects\ -zCspella H:\cspella\dic\perdct
  6. tcc -a -d -c  -p -f- -O -G -Z -DRAINBOW -mh -nH:\cspella\objects\ -zCspella cspella
  7. if errorlevel 1 goto out
  8. clink /exe/SEG:256 @lNnk.lst
  9. :out
  10. echo on
  11.